[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   Description: Display run time error and quit
Mapped Command:
FUNCTION __RunTimeError(error,label,procname)
   procname := if(procname == NIL,"Unknown Proc",procname)
   settext()
   clear screen
   do case
   case error == NoMouseDriver
      ? procname + ": No mouse driver present: " + label + "!"
   endcase
   quit
RETURN(Void)

See Also:
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson